home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap11 / howto04 / cciccfrm.dfm / cciccfrm.txt
Encoding:
Text File  |  1996-06-12  |  23.5 KB  |  852 lines

  1. object CCINetCCForm: TCCINetCCForm
  2.   Left = 352
  3.   Top = 184
  4.   Width = 614
  5.   Height = 443
  6.   Caption = 'CC Internet Command Center'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 356
  22.     Width = 606
  23.     Height = 41
  24.     Align = alBottom
  25.     Alignment = taLeftJustify
  26.     BevelInner = bvLowered
  27.     BevelWidth = 3
  28.     Caption = '  Status: Off Line'
  29.     TabOrder = 0
  30.     object Panel2: TPanel
  31.       Left = 294
  32.       Top = 6
  33.       Width = 306
  34.       Height = 29
  35.       Align = alRight
  36.       BevelOuter = bvLowered
  37.       BevelWidth = 3
  38.       TabOrder = 0
  39.       object Gauge1: TGauge
  40.         Left = 3
  41.         Top = 3
  42.         Width = 300
  43.         Height = 23
  44.         Align = alClient
  45.         Progress = 0
  46.       end
  47.     end
  48.   end
  49.   object Panel3: TPanel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 606
  53.     Height = 41
  54.     Align = alTop
  55.     BevelWidth = 3
  56.     TabOrder = 1
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 12
  60.       Width = 73
  61.       Height = 16
  62.       Alignment = taRightJustify
  63.       AutoSize = False
  64.       Caption = 'Subject:'
  65.     end
  66.     object ComboBox1: TComboBox
  67.       Left = 88
  68.       Top = 8
  69.       Width = 417
  70.       Height = 24
  71.       ItemHeight = 16
  72.       TabOrder = 0
  73.     end
  74.     object Button1: TButton
  75.       Left = 512
  76.       Top = 8
  77.       Width = 89
  78.       Height = 25
  79.       Caption = 'Action'
  80.       TabOrder = 1
  81.       OnClick = Button1Click
  82.     end
  83.   end
  84.   object Panel4: TPanel
  85.     Left = 0
  86.     Top = 41
  87.     Width = 185
  88.     Height = 315
  89.     Align = alLeft
  90.     BevelInner = bvLowered
  91.     BevelWidth = 3
  92.     BorderWidth = 5
  93.     TabOrder = 2
  94.     object Label4: TLabel
  95.       Left = 11
  96.       Top = 11
  97.       Width = 163
  98.       Height = 16
  99.       Align = alTop
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = 'Mailboxes'
  103.     end
  104.     object Label5: TLabel
  105.       Left = 11
  106.       Top = 145
  107.       Width = 163
  108.       Height = 16
  109.       Align = alTop
  110.       Alignment = taCenter
  111.       AutoSize = False
  112.       Caption = 'Current Messages'
  113.     end
  114.     object Panel6: TPanel
  115.       Left = 11
  116.       Top = 27
  117.       Width = 163
  118.       Height = 118
  119.       Align = alTop
  120.       BevelOuter = bvLowered
  121.       BevelWidth = 3
  122.       TabOrder = 0
  123.       object ListBox1: TListBox
  124.         Left = 3
  125.         Top = 3
  126.         Width = 157
  127.         Height = 112
  128.         Align = alClient
  129.         ItemHeight = 16
  130.         MultiSelect = True
  131.         TabOrder = 0
  132.         OnClick = ListBox1Click
  133.         OnDblClick = ListBox1DblClick
  134.       end
  135.     end
  136.     object Panel7: TPanel
  137.       Left = 11
  138.       Top = 161
  139.       Width = 163
  140.       Height = 40
  141.       Align = alTop
  142.       BevelWidth = 3
  143.       TabOrder = 1
  144.       object SpeedButton1: TSpeedButton
  145.         Left = 8
  146.         Top = 8
  147.         Width = 25
  148.         Height = 25
  149.         Hint = 'Previous Item'
  150.         Glyph.Data = {
  151.           78010000424D7801000000000000760000002800000020000000100000000100
  152.           04000000000000000000120B0000120B00000000000000000000000000000000
  153.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  154.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003C3333339333
  155.           337437FFF3337F3333F73CCC33339333344437773F337F33377733CCC3339337
  156.           4447337F73FF7F3F337F33CCCCC3934444433373F7737F773373333CCCCC9444
  157.           44733337F337773337F3333CCCCC9444443333373F337F3337333333CCCC9444
  158.           473333337F337F337F333333CCCC94444333333373F37F33733333333CCC9444
  159.           7333333337F37F37F33333333CCC944433333333373F7F373333333333CC9447
  160.           33333333337F7F7F3333333333CC94433333333333737F7333333333333C9473
  161.           33333333333737F333333333333C943333333333333737333333333333339733
  162.           3333333333337F333333333333339333333333333333733333330000}
  163.         NumGlyphs = 2
  164.         ParentShowHint = False
  165.         ShowHint = True
  166.         OnClick = SpeedButton1Click
  167.       end
  168.       object SpeedButton2: TSpeedButton
  169.         Left = 37
  170.         Top = 8
  171.         Width = 25
  172.         Height = 25
  173.         Hint = 'Next Item'
  174.         Glyph.Data = {
  175.           78010000424D7801000000000000760000002800000020000000100000000100
  176.           04000000000000000000120B0000120B00000000000000000000000000000000
  177.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  178.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333393333
  179.           333333333337F3333333333333397333333333333337FF333333333333C94333
  180.           3333333333737F333333333333C9473333333333337373F3333333333CC94433
  181.           3333333337F7F7F3333333333CC94473333333333737F73F33333333CCC94443
  182.           333333337F37F37F33333333CCC94447333333337337F373F333333CCCC94444
  183.           33333337F337F337F333333CCCC94444733333373337F3373F3333CCCCC94444
  184.           4333337F3337FF337F3333CCCCC94444473333733F7773FF73F33CCCCC393444
  185.           443337F37737F773F7F33CCC33393374447337F73337F33737FFCCC333393333
  186.           444377733337F333777FC33333393333374373333337333333730000}
  187.         NumGlyphs = 2
  188.         ParentShowHint = False
  189.         ShowHint = True
  190.         OnClick = SpeedButton2Click
  191.       end
  192.       object SpeedButton4: TSpeedButton
  193.         Left = 70
  194.         Top = 8
  195.         Width = 25
  196.         Height = 25
  197.         Hint = 'UUDecode Item(s)'
  198.         Glyph.Data = {
  199.           76010000424D7601000000000000760000002800000020000000100000000100
  200.           04000000000000010000130B0000130B00000000000000000000000000000000
  201.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  202.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  203.           33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  204.           FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  205.           00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  206.           F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  207.           00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  208.           F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  209.           3333777777777777333333399033333333333337773333333333333903333333
  210.           3333333773333333333333303333333333333337333333333333}
  211.         NumGlyphs = 2
  212.         ParentShowHint = False
  213.         ShowHint = True
  214.         OnClick = SpeedButton4Click
  215.       end
  216.       object SpeedButton5: TSpeedButton
  217.         Left = 132
  218.         Top = 8
  219.         Width = 25
  220.         Height = 25
  221.         Hint = 'Move Item(s) to Trash'
  222.         Glyph.Data = {
  223.           78010000424D7801000000000000760000002800000020000000100000000100
  224.           04000000000000000000120B0000120B00000000000000000000000000000000
  225.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  226.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  227.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  228.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  229.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  230.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  231.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  232.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  233.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  234.           3333333337FFF7F33333333330000033333333333777773333330000}
  235.         NumGlyphs = 2
  236.         ParentShowHint = False
  237.         ShowHint = True
  238.         OnClick = SpeedButton5Click
  239.       end
  240.       object SpeedButton3: TSpeedButton
  241.         Left = 102
  242.         Top = 8
  243.         Width = 25
  244.         Height = 25
  245.         Hint = 'MIME Decode Item(s)'
  246.         Glyph.Data = {
  247.           76010000424D7601000000000000760000002800000020000000100000000100
  248.           04000000000000010000130B0000130B00000000000000000000000000000000
  249.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  250.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  251.           333333333333337FF3333333333333903333333333333377FF33333333333399
  252.           03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  253.           99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  254.           99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  255.           03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  256.           33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  257.           33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  258.           3333777777333333333333333333333333333333333333333333}
  259.         NumGlyphs = 2
  260.         ParentShowHint = False
  261.         ShowHint = True
  262.         OnClick = SpeedButton3Click
  263.       end
  264.     end
  265.     object ListBox2: TListBox
  266.       Left = 11
  267.       Top = 201
  268.       Width = 163
  269.       Height = 103
  270.       Align = alClient
  271.       ItemHeight = 16
  272.       MultiSelect = True
  273.       TabOrder = 2
  274.       OnClick = ListBox2Click
  275.       OnDblClick = ListBox2DblClick
  276.     end
  277.   end
  278.   object Panel5: TPanel
  279.     Left = 185
  280.     Top = 41
  281.     Width = 421
  282.     Height = 315
  283.     Align = alClient
  284.     BevelInner = bvLowered
  285.     BevelWidth = 3
  286.     BorderWidth = 5
  287.     TabOrder = 3
  288.     object Memo1: TMemo
  289.       Left = 11
  290.       Top = 52
  291.       Width = 399
  292.       Height = 252
  293.       Align = alClient
  294.       Lines.Strings = (
  295.         '')
  296.       ScrollBars = ssBoth
  297.       TabOrder = 0
  298.     end
  299.     object Panel8: TPanel
  300.       Left = 11
  301.       Top = 11
  302.       Width = 399
  303.       Height = 41
  304.       Align = alTop
  305.       BevelWidth = 3
  306.       TabOrder = 1
  307.       object Label2: TLabel
  308.         Left = 8
  309.         Top = 13
  310.         Width = 33
  311.         Height = 16
  312.         Alignment = taCenter
  313.         AutoSize = False
  314.         Caption = 'To:'
  315.         Visible = False
  316.       end
  317.       object Label3: TLabel
  318.         Left = 200
  319.         Top = 13
  320.         Width = 33
  321.         Height = 16
  322.         Alignment = taCenter
  323.         AutoSize = False
  324.         Caption = 'CC:'
  325.         Visible = False
  326.       end
  327.       object ComboBox2: TComboBox
  328.         Left = 48
  329.         Top = 8
  330.         Width = 145
  331.         Height = 24
  332.         ItemHeight = 16
  333.         TabOrder = 0
  334.         Visible = False
  335.       end
  336.       object ComboBox3: TComboBox
  337.         Left = 240
  338.         Top = 16
  339.         Width = 145
  340.         Height = 24
  341.         ItemHeight = 16
  342.         TabOrder = 1
  343.         Visible = False
  344.       end
  345.     end
  346.   end
  347.   object MainMenu1: TMainMenu
  348.     Left = 520
  349.     Top = 216
  350.     object Network1: TMenuItem
  351.       Caption = 'Network'
  352.       ShortCut = 0
  353.       object ViewWinsockInfo1: TMenuItem
  354.         Caption = 'View Winsock Info'
  355.         ShortCut = 0
  356.         object Description1: TMenuItem
  357.           Caption = 'Description'
  358.           ShortCut = 0
  359.           OnClick = Description1Click
  360.         end
  361.         object SystemStatus1: TMenuItem
  362.           Caption = 'System Status'
  363.           ShortCut = 0
  364.           OnClick = SystemStatus1Click
  365.         end
  366.         object VendorSpecific1: TMenuItem
  367.           Caption = 'Vendor Specific'
  368.           ShortCut = 0
  369.           OnClick = VendorSpecific1Click
  370.         end
  371.       end
  372.       object N1: TMenuItem
  373.         Caption = '-'
  374.         ShortCut = 0
  375.       end
  376.       object ProgressInfo1: TMenuItem
  377.         Caption = 'Progress Info'
  378.         ShortCut = 0
  379.         object ViewInEditWindow1: TMenuItem
  380.           Caption = 'View In Edit Window'
  381.           ShortCut = 0
  382.           OnClick = ViewInEditWindow1Click
  383.         end
  384.         object ViewInStatusLine1: TMenuItem
  385.           Caption = 'View In Status Line'
  386.           Checked = True
  387.           ShortCut = 0
  388.           OnClick = ViewInStatusLine1Click
  389.         end
  390.         object SaveToFile1: TMenuItem
  391.           Caption = 'Save To File...'
  392.           ShortCut = 0
  393.           OnClick = SaveToFile1Click
  394.         end
  395.       end
  396.       object N2: TMenuItem
  397.         Caption = '-'
  398.         ShortCut = 0
  399.       end
  400.       object Exit1: TMenuItem
  401.         Caption = 'Exit'
  402.         ShortCut = 0
  403.         OnClick = Exit1Click
  404.       end
  405.     end
  406.     object Services1: TMenuItem
  407.       Caption = 'Services'
  408.       ShortCut = 0
  409.       object IPAddress1: TMenuItem
  410.         Caption = 'IP Address'
  411.         ShortCut = 0
  412.         OnClick = IPAddress1Click
  413.       end
  414.       object EMail1: TMenuItem
  415.         Caption = 'E Mail'
  416.         ShortCut = 0
  417.         OnClick = EMail1Click
  418.       end
  419.       object FTP1: TMenuItem
  420.         Caption = 'FTP'
  421.         ShortCut = 0
  422.         OnClick = FTP1Click
  423.       end
  424.       object UsenetNws1: TMenuItem
  425.         Caption = 'Usenet News'
  426.         ShortCut = 0
  427.         OnClick = UsenetNws1Click
  428.       end
  429.     end
  430.     object Files1: TMenuItem
  431.       Caption = 'Files'
  432.       ShortCut = 0
  433.       object Load1: TMenuItem
  434.         Caption = 'Load...'
  435.         ShortCut = 0
  436.         OnClick = Load1Click
  437.       end
  438.       object Save1: TMenuItem
  439.         Caption = 'Save...'
  440.         ShortCut = 0
  441.         OnClick = Save1Click
  442.       end
  443.       object Encoding1: TMenuItem
  444.         Caption = 'Encoding'
  445.         ShortCut = 0
  446.         object UUDecode1: TMenuItem
  447.           Caption = 'UUDecode'
  448.           ShortCut = 0
  449.           object File1: TMenuItem
  450.             Caption = 'File...'
  451.             ShortCut = 0
  452.             OnClick = File1Click
  453.           end
  454.           object SelectedArticle1: TMenuItem
  455.             Caption = 'Selected Article'
  456.             ShortCut = 0
  457.             OnClick = SelectedArticle1Click
  458.           end
  459.           object SelectMultipleArticles1: TMenuItem
  460.             Caption = 'Select Multiple Articles'
  461.             ShortCut = 0
  462.             OnClick = SelectMultipleArticles1Click
  463.           end
  464.           object DecodeSelections1: TMenuItem
  465.             Caption = 'Decode Multiple Selections'
  466.             ShortCut = 0
  467.             OnClick = DecodeSelections1Click
  468.           end
  469.         end
  470.         object MIMEDecode1: TMenuItem
  471.           Caption = 'MIME Decode...'
  472.           ShortCut = 0
  473.           OnClick = MIMEDecode1Click
  474.         end
  475.         object UUEncode1: TMenuItem
  476.           Caption = 'UUEncode...'
  477.           ShortCut = 0
  478.           OnClick = UUEncode1Click
  479.         end
  480.         object MIMEEncode1: TMenuItem
  481.           Caption = 'MIME Encode'
  482.           ShortCut = 0
  483.           object ToCurrentMessage1: TMenuItem
  484.             Caption = 'To Current Message'
  485.             ShortCut = 0
  486.           end
  487.           object ToNewMessage1: TMenuItem
  488.             Caption = 'To New Message'
  489.             ShortCut = 0
  490.           end
  491.           object ToFile2: TMenuItem
  492.             Caption = 'To File...'
  493.             ShortCut = 0
  494.           end
  495.         end
  496.       end
  497.     end
  498.     object Edit1: TMenuItem
  499.       Caption = 'Edit'
  500.       ShortCut = 0
  501.       object Cut1: TMenuItem
  502.         Caption = 'Cut'
  503.         ShortCut = 0
  504.         OnClick = Cut1Click
  505.       end
  506.       object Copy1: TMenuItem
  507.         Caption = 'Copy'
  508.         ShortCut = 0
  509.         OnClick = Copy1Click
  510.       end
  511.       object CopytoFile1: TMenuItem
  512.         Caption = 'Copy to File...'
  513.         ShortCut = 0
  514.         OnClick = CopytoFile1Click
  515.       end
  516.       object Paste1: TMenuItem
  517.         Caption = 'Paste'
  518.         ShortCut = 0
  519.         OnClick = Paste1Click
  520.       end
  521.       object PastefromFile1: TMenuItem
  522.         Caption = 'Paste from File...'
  523.         ShortCut = 0
  524.         OnClick = PastefromFile1Click
  525.       end
  526.     end
  527.     object EMail2: TMenuItem
  528.       Caption = 'EMail'
  529.       Enabled = False
  530.       ShortCut = 0
  531.       object CheckMail1: TMenuItem
  532.         Caption = 'Check New Mail'
  533.         ShortCut = 0
  534.         OnClick = CheckMail1Click
  535.       end
  536.       object CreateNewMessage1: TMenuItem
  537.         Caption = 'Create New Message'
  538.         ShortCut = 0
  539.       end
  540.       object ReplyToCurrentMessage1: TMenuItem
  541.         Caption = 'Reply To Current Message'
  542.         ShortCut = 0
  543.       end
  544.       object SendCurrentMessage1: TMenuItem
  545.         Caption = 'Send/Queue Current Message'
  546.         ShortCut = 0
  547.       end
  548.       object SendQueue1: TMenuItem
  549.         Caption = 'Send Queue'
  550.         ShortCut = 0
  551.       end
  552.       object MailServers1: TMenuItem
  553.         Caption = 'Mail Servers...'
  554.         ShortCut = 0
  555.         OnClick = MailServers1Click
  556.       end
  557.       object Mailboxes1: TMenuItem
  558.         Caption = 'Mailboxes...'
  559.         ShortCut = 0
  560.         OnClick = Mailboxes1Click
  561.       end
  562.       object Correspondents1: TMenuItem
  563.         Caption = 'Correspondents...'
  564.         ShortCut = 0
  565.         OnClick = Correspondents1Click
  566.       end
  567.       object TrashMarkedMessages1: TMenuItem
  568.         Caption = 'Trash Marked Messages'
  569.         ShortCut = 0
  570.         OnClick = TrashMarkedMessages1Click
  571.       end
  572.       object EmptyTrash1: TMenuItem
  573.         Caption = 'Empty Trash'
  574.         ShortCut = 0
  575.         OnClick = EmptyTrash1Click
  576.       end
  577.       object ExitEMailRequired1: TMenuItem
  578.         Caption = 'Exit EMail (Required!)'
  579.         ShortCut = 0
  580.         OnClick = ExitEMailRequired1Click
  581.       end
  582.     end
  583.     object FTP2: TMenuItem
  584.       Caption = 'FTP'
  585.       Enabled = False
  586.       ShortCut = 0
  587.       object ConnectToSite1: TMenuItem
  588.         Caption = 'Connect To Site'
  589.         ShortCut = 0
  590.         OnClick = ConnectToSite1Click
  591.       end
  592.       object Disconnect1: TMenuItem
  593.         Caption = 'Disconnect'
  594.         Enabled = False
  595.         ShortCut = 0
  596.         OnClick = Disconnect1Click
  597.       end
  598.       object UploadMarked1: TMenuItem
  599.         Caption = 'Upload Marked'
  600.         Enabled = False
  601.         ShortCut = 0
  602.         object ASCII1: TMenuItem
  603.           Caption = 'ASCII'
  604.           ShortCut = 0
  605.           OnClick = ASCII1Click
  606.         end
  607.         object Binary1: TMenuItem
  608.           Caption = 'Binary'
  609.           ShortCut = 0
  610.           OnClick = Binary1Click
  611.         end
  612.       end
  613.       object DownloadMarked1: TMenuItem
  614.         Caption = 'Download Marked'
  615.         Enabled = False
  616.         ShortCut = 0
  617.         object ASCII2: TMenuItem
  618.           Caption = 'ASCII'
  619.           ShortCut = 0
  620.           object ToFile1: TMenuItem
  621.             Caption = 'To File'
  622.             ShortCut = 0
  623.             OnClick = ToFile1Click
  624.           end
  625.           object ToDisplay1: TMenuItem
  626.             Caption = 'To Display'
  627.             ShortCut = 0
  628.             OnClick = ToDisplay1Click
  629.           end
  630.         end
  631.         object Binary2: TMenuItem
  632.           Caption = 'Binary'
  633.           ShortCut = 0
  634.           OnClick = Binary2Click
  635.         end
  636.       end
  637.       object Directory1: TMenuItem
  638.         Caption = 'Directory'
  639.         Enabled = False
  640.         ShortCut = 0
  641.         object ViewRemoteasText1: TMenuItem
  642.           Caption = 'Remote'
  643.           ShortCut = 0
  644.           object ViewasText1: TMenuItem
  645.             Caption = 'View as Text'
  646.             ShortCut = 0
  647.             OnClick = ViewasText1Click
  648.           end
  649.           object Change1: TMenuItem
  650.             Caption = 'Change...'
  651.             ShortCut = 0
  652.             OnClick = Change1Click
  653.           end
  654.           object Create1: TMenuItem
  655.             Caption = 'Create...'
  656.             ShortCut = 0
  657.             OnClick = Create1Click
  658.           end
  659.           object Delete3: TMenuItem
  660.             Caption = 'Delete...'
  661.             ShortCut = 0
  662.             OnClick = Delete3Click
  663.           end
  664.         end
  665.         object ChangeLocal1: TMenuItem
  666.           Caption = 'Change Local...'
  667.           ShortCut = 0
  668.           OnClick = ChangeLocal1Click
  669.         end
  670.       end
  671.       object DeleteRemoteFiles1: TMenuItem
  672.         Caption = 'Delete Remote Files'
  673.         ShortCut = 0
  674.         OnClick = DeleteRemoteFiles1Click
  675.       end
  676.       object FTPSites1: TMenuItem
  677.         Caption = 'FTP Sites...'
  678.         ShortCut = 0
  679.         OnClick = FTPSites1Click
  680.       end
  681.     end
  682.     object News1: TMenuItem
  683.       Caption = 'News'
  684.       Enabled = False
  685.       ShortCut = 0
  686.       object ConnectandUpdate1: TMenuItem
  687.         Caption = 'Connect and Update'
  688.         ShortCut = 0
  689.         OnClick = ConnectandUpdate1Click
  690.       end
  691.       object Disconnect2: TMenuItem
  692.         Caption = 'Disconnect'
  693.         Enabled = False
  694.         ShortCut = 0
  695.         OnClick = Disconnect2Click
  696.       end
  697.       object Headers1: TMenuItem
  698.         Caption = 'Headers'
  699.         Enabled = False
  700.         ShortCut = 0
  701.         object RetrieveMarked1: TMenuItem
  702.           Caption = 'Retrieve Marked'
  703.           ShortCut = 0
  704.           OnClick = RetrieveMarked1Click
  705.         end
  706.         object RetrieveAll1: TMenuItem
  707.           Caption = 'Retrieve All'
  708.           ShortCut = 0
  709.           OnClick = RetrieveAll1Click
  710.         end
  711.         object Catchup1: TMenuItem
  712.           Caption = 'Catchup'
  713.           ShortCut = 0
  714.           object Marked1: TMenuItem
  715.             Caption = 'Marked'
  716.             ShortCut = 0
  717.             OnClick = Marked1Click
  718.           end
  719.           object All1: TMenuItem
  720.             Caption = 'All'
  721.             ShortCut = 0
  722.             OnClick = All1Click
  723.           end
  724.         end
  725.       end
  726.       object CheckNewNews1: TMenuItem
  727.         Caption = 'Check New News'
  728.         Enabled = False
  729.         ShortCut = 0
  730.         OnClick = CheckNewNews1Click
  731.       end
  732.       object GetMarked1: TMenuItem
  733.         Caption = 'Retrieve Marked Articles'
  734.         Enabled = False
  735.         ShortCut = 0
  736.         OnClick = GetMarked1Click
  737.       end
  738.       object Article1: TMenuItem
  739.         Caption = 'Article'
  740.         Enabled = False
  741.         ShortCut = 0
  742.         object NewArticle1: TMenuItem
  743.           Caption = 'New Article'
  744.           ShortCut = 0
  745.           OnClick = NewArticle1Click
  746.         end
  747.         object FollowupArticle1: TMenuItem
  748.           Caption = 'Followup Article'
  749.           ShortCut = 0
  750.           OnClick = FollowupArticle1Click
  751.         end
  752.         object PutinQueue1: TMenuItem
  753.           Caption = 'Put in Queue'
  754.           ShortCut = 0
  755.           OnClick = PutinQueue1Click
  756.         end
  757.       end
  758.       object Post1: TMenuItem
  759.         Caption = 'Post'
  760.         Enabled = False
  761.         ShortCut = 0
  762.         object CurrentArticle1: TMenuItem
  763.           Caption = 'Current Article'
  764.           ShortCut = 0
  765.           OnClick = CurrentArticle1Click
  766.         end
  767.         object EntireQueue1: TMenuItem
  768.           Caption = 'Entire Queue'
  769.           ShortCut = 0
  770.           OnClick = EntireQueue1Click
  771.         end
  772.       end
  773.       object NewsServers1: TMenuItem
  774.         Caption = 'News Servers...'
  775.         ShortCut = 0
  776.         OnClick = NewsServers1Click
  777.       end
  778.       object SubscribedNewsgroups1: TMenuItem
  779.         Caption = 'Subscribed Newsgroups...'
  780.         Enabled = False
  781.         ShortCut = 0
  782.         OnClick = SubscribedNewsgroups1Click
  783.       end
  784.       object Trash1: TMenuItem
  785.         Caption = 'Trash'
  786.         Enabled = False
  787.         ShortCut = 0
  788.         object AllReadArticles1: TMenuItem
  789.           Caption = 'All Read/Sent Articles'
  790.           ShortCut = 0
  791.           OnClick = AllReadArticles1Click
  792.         end
  793.         object AllMarkedArticles1: TMenuItem
  794.           Caption = 'All Marked Articles'
  795.           ShortCut = 0
  796.           OnClick = AllMarkedArticles1Click
  797.         end
  798.         object AllAvailableArticles1: TMenuItem
  799.           Caption = 'All Available Articles'
  800.           ShortCut = 0
  801.           OnClick = AllAvailableArticles1Click
  802.         end
  803.       end
  804.       object DownloadActiveNewsgroups1: TMenuItem
  805.         Caption = 'Download Active Newsgroups...'
  806.         Enabled = False
  807.         ShortCut = 0
  808.         OnClick = DownloadActiveNewsgroups1Click
  809.       end
  810.       object AbortNewsgroupDownload1: TMenuItem
  811.         Caption = 'Abort Newsgroup Download'
  812.         ShortCut = 0
  813.         OnClick = AbortNewsgroupDownload1Click
  814.       end
  815.     end
  816.     object Preferences1: TMenuItem
  817.       Caption = 'Options'
  818.       ShortCut = 0
  819.       object EMail3: TMenuItem
  820.         Caption = 'E Mail...'
  821.         ShortCut = 0
  822.         OnClick = EMail3Click
  823.       end
  824.       object FTP3: TMenuItem
  825.         Caption = 'FTP...'
  826.         ShortCut = 0
  827.         OnClick = FTP3Click
  828.       end
  829.       object News2: TMenuItem
  830.         Caption = 'News...'
  831.         ShortCut = 0
  832.         OnClick = News2Click
  833.       end
  834.       object Paths1: TMenuItem
  835.         Caption = 'Paths...'
  836.         ShortCut = 0
  837.         OnClick = Paths1Click
  838.       end
  839.     end
  840.   end
  841.   object OpenDialog1: TOpenDialog
  842.     FileEditStyle = fsEdit
  843.     Left = 520
  844.     Top = 248
  845.   end
  846.   object SaveDialog1: TSaveDialog
  847.     FileEditStyle = fsEdit
  848.     Left = 488
  849.     Top = 248
  850.   end
  851. end
  852.